home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / wordproc / vde172b.arj / VINST.REF < prev    next >
Text File  |  1994-01-20  |  42KB  |  699 lines

  1.  
  2.                                   VINST.REF
  3.                                   ---------
  4.                   Instructions for VDE Installation Utility:
  5.                           version 1.72 (20 Jan 1994)
  6.  
  7.                              (c)1987-94, E. Meyer
  8.  
  9.  
  10.  
  11. ================================  CONTENTS  ==================================
  12.  
  13.  
  14.  1. RUNNING VINST.  What VINST is, and how to use it.
  15.  
  16.  2. INSTALLATION.  Installing for different computer hardware, colors, etc.
  17.  
  18.  3. USER MENUBAR.  Customization of User menu bar.
  19.  
  20.  4. OPTIONS.  Customization of many initial VDE settings.
  21.  
  22.  5. PRINTER INSTALLATION.  Using printer features: print modes, graphics, etc.
  23.  
  24.  6. DEFAULT FUNCTION KEYS.  Installing the default function keys.
  25.  
  26.  7. GRAPHICS.  Modifying the default set of graphics characters.
  27.  
  28.  8. CHARACTER WIDTHS.  Modifying the default set of character widths.
  29.  
  30.  9. RESTORE DEFAULTS.  Undoing previous modifications.
  31.  
  32.  
  33. ===========================  1. RUNNING VINST  ===============================
  34.  
  35.  
  36.      VINST is a utility that lets you modify your copy of the VDE editor:
  37.               * Installing for use on non-standard computers
  38.               * Selecting or customizing a driver for your printer
  39.               * Configuring settings and options to suit your tastes
  40.  
  41.      VDE comes configured for a standard IBM PC; you will need to make some 
  42. changes before using it on a non-PC-compatible computer, or a graphics board 
  43. (like old IBM CGAs) that experiences "snow" (see INSTALLATION).  You will want 
  44. to choose the correct driver for your printer, and may eventually want to make 
  45. some small modifications to it.  And, once you start editing with VDE, you 
  46. will probably discover some of its many settings and options that you would 
  47. like to change.
  48.  
  49.               NOTE: VINST allows VDE to be customized for best 
  50.          performance on a variety of computer hardware.  If you are 
  51.          using equipment (computer, graphics board, printer, etc) 
  52.          which VDE does not work well with, or does not seem to be 
  53.          taking full advantage of, please provide the appropriate 
  54.          technical or programmer's information from your user's 
  55.          manual so that future versions of VDE can support it.
  56.  
  57.      You should begin using VINST soon; once you have made changes to VDE, the 
  58. initial welcome/copyright messages in VDE and VINST will no longer appear.
  59.      Your copies of the program files will be called VDE.EXE and VINST.COM, 
  60. though of course you can rename them (I usually call them V.EXE and VI.COM).  
  61. To run VINST simply type:
  62.               C>vinst                 if your copy is still called "VDE.EXE"
  63.         or    C>vinst V.EXE           if it's called "V.EXE" (or whatever).
  64.  
  65.      Any changes you make while running VINST -- choosing different options, 
  66. reading in data files, etc -- are in memory only.  You can choose "Quit" from 
  67. the main menu and VDE.EXE will remain unchanged.  Only when you choose "Save" 
  68. (or "Restore defaults") does VINST modify the file VDE.EXE.
  69.  
  70.      VINST can also read and write various "auxiliary data files" (type .VDx), 
  71. for user options, macro definitions, graphics, and printer support; see DATA 
  72. FILES.  VDE's ability to load such files allows modifications to these 
  73. features during editing.  In addition, they can make updating to a new version 
  74. of VDE easier: just save your old settings to files with the old VINST, and 
  75. then install them in your new copy of VDE with the new VINST.
  76.      Because installation features change with almost every release, the 
  77. version numbers of VINST and VDE must agree.  Auxiliary data files (.VDx) 
  78. change format less often, and VINST can often read files created by other 
  79. recent versions.  In either case, if VINST can't load an older file, you will 
  80. get a "<Version error>" message, and must re-create the file.
  81.  
  82.      VINST is fully menu-driven; it will present you with a set of categories 
  83. that corresponds to each section below, starting with Installation; within 
  84. each category, each value is named and displayed, giving you the opportunity 
  85. to change it.  The program is largely self-documenting, and steps you through 
  86. each item individually.  The main menu also offers a "Help" option, which 
  87. displays some of the following information on screen to assist you.
  88.  
  89.      VINST uses several types of data entry for different parameters:
  90.   TEXT - Just type in the character(s).
  91.   LOGICAL - Yes/No.  Just type "Y" or "N".
  92.   DECIMAL - Enter a number from 0 to 255.
  93.   HEX - Enter two-digit hexadecimal byte value 00-FF.  (Don't omit lead 0's.)
  94.   BYTE STRING - The value shown in (parentheses) is the length of the current 
  95.                string.  Enter a new series of byte values.  Each may be 
  96.                entered either in HEX, as above, or by pressing the single 
  97.                quote key ['] followed by the appropriate ASCII character.  You 
  98.                can also press ["] to duplicate the existing value.  (To enter 
  99.                an empty string (00), press ^[Enter] or ^J.)
  100.  
  101.      In each case, the current value will display, and then you will be 
  102. prompted for a new one.  (Just press [Enter] to leave the existing setting.)  
  103. VINST can't always check for illegal values; be careful what you enter!
  104.      At most points in VINST, you can press [Esc] to return immediately to the 
  105. Main Menu, or ^C to abort the program.
  106.  
  107.      For the entry of codes in the Printer Installation, you may find the 
  108. following equivalence table for decimal, hexadecimal, and character values 
  109. helpful.
  110.  
  111.                                  ASCII TABLE
  112.  
  113.   Dec Hex Char    Dec Hex Char    Dec Hex Char   Dec Hex Char   Dec Hex Char
  114.   --------------------------------------------------------------------------
  115.     0  00  ^@ NUL  26  1A  ^Z EOF  54  36   6     80  50   P    106  6A   j
  116.     1  01  ^A      27  1B  ^[ ESC  55  37   7     81  51   Q    107  6B   k
  117.     2  02  ^B      28  1C  ^\      56  38   8     82  52   R    108  6C   l
  118.     3  03  ^C      29  1D  ^]      57  39   9     83  53   S    109  6D   m
  119.     4  04  ^D      30  1E  ^^      58  3A   :     84  54   T    110  6E   n
  120.     5  05  ^E      31  1F  ^_      59  3B   ;     85  55   U    111  6F   o
  121.     6  06  ^F      32  20  SPACE   60  3C   <     86  56   V    112  70   p
  122.     7  07  ^G      33  21   !      61  3D   =     87  57   W    113  71   q
  123.     8  08  ^H BS   34  22   "      62  3E   >     88  58   X    114  72   r
  124.     9  09  ^I TAB  35  23   #      63  3F   ?     89  59   Y    115  73   s
  125.    10  0A  ^J LF   36  24   $      64  40   @     90  5A   Z    116  74   t
  126.    11  0B  ^K      37  25   %      65  41   A     91  5B   [    117  75   u
  127.    12  0C  ^L FF   38  26   &      66  42   B     92  5C   \    118  76   v
  128.    13  0D  ^M CR   39  27   '      67  43   C     93  5D   ]    119  77   w
  129.    14  0E  ^N      40  28   (      68  44   D     94  5E   ^    120  78   x
  130.    15  0F  ^O      41  29   )      69  45   E     95  5F   _    121  79   y
  131.    16  10  ^P      42  2A   *      70  46   F     96  60   `    122  7A   z
  132.    17  11  ^Q      43  2B   +      71  47   G     97  61   a    123  7B   {
  133.    18  12  ^R      44  2C   ,      72  48   H     98  62   b    124  7C   |
  134.    19  13  ^S      45  2D   -      73  49   I     99  63   c    125  7D   }
  135.    20  14  ^T      46  2E   .      74  4A   J    100  64   d    126  7E   ~
  136.    21  15  ^U      47  2F   /      75  4B   K    101  65   e    127  7F  DEL
  137.    22  16  ^V      48  30   0      76  4C   L    102  66   f    --Graphics--
  138.    23  17  ^W      49  31   1      77  4D   M    103  67   g    128  80   Ç
  139.    24  18  ^X      50  32   2      78  4E   N    104  68   h    129  81   ü
  140.    25  19  ^Y      51  33   3      79  4F   O    105  69   i    130  82....
  141.   --------------------------------------------------------------------------
  142.  
  143.  
  144. =============================  2. INSTALLATION  ==============================
  145.  
  146.  
  147.      Because VDE responds to the special keys of a PC keyboard, and writes 
  148. directly to video RAM for greater display speed, its default installation 
  149. requires an IBM PC compatible BIOS and video adapter (MDA, CGA, EGA, or VGA).  
  150. A Hercules (HGC) board should also work, as it is MDA compatible.  On an 
  151. EGA/VGA system the use of color mode is recommended, even with a monochrome 
  152. monitor, to take advantage of a wider variety of "grey shades".
  153.      Special installations are also available for certain "near-compatibles": 
  154. the Hewlett-Packard 95LX/100LX palmtops, the HP Portable Plus, and the Otrona 
  155. 8:16 with IBM video emulation.
  156.      Versions of VDE prior to 1.7 also supported a "Generic" installation 
  157. using standard MSDOS output, that required only compatibility with ANSI 
  158. standard screen control sequences.  This worked on non-PC compatibles, as well 
  159. as on compatibles in situations where direct video access is undesirable -- 
  160. even in "remote" applications, with appropriate terminal software on the 
  161. user's end.  If you require such capabilities, VDE 1.65 remains available.
  162.  
  163.      VINST can use Installation files to store your installation, menubar, and 
  164. user option settings.  These should have a file type of ".VDI", for ease of 
  165. identification.  You have the option to read in or write out such a file, as 
  166. well as proceeding to edit your installation.  VDE can load such files with 
  167. its AltU command; only the computer choice (IBM PC, etc) remains unaffected.
  168.  
  169. IBM PC PARAMETERS:
  170.  
  171. Screen colors - you can select different colors for: normal text; block text; 
  172.     markers and printer codes; soft CRs/hyphens, tabs, and EOF; header; menus 
  173.     and prompts; header/menu highlights; and error messages.  Each is 
  174.     specified by an "attribute byte" consisting of two hex digits, for a 
  175.     background and foreground color.  ("17" = "1", blue background, & "7", 
  176.     white text.)  You will see a color palette displayed on screen.
  177.         *0 = BLACK   4 = red      *8 = GREY           C = bright red
  178.          1 = blue    5 = magenta   9 = bright blue    D = bright magenta
  179.          2 = green   6 = brown     A = bright green   E = yellow
  180.          3 = cyan   *7 = WHITE     B = bright cyan   *F = BRIGHT WHITE
  181.     (* - All MDA screens can display black, white, and bright white; in some 
  182.     cases, grey may also be visible.)
  183.          If you have an EGA/VGA display, the palette will include all 256 
  184.     colors (00-FF).  Otherwise, you will see only 128 (00-7F); on MDA/CGA 
  185.     systems, the background attributes 8-F produce blinking video.  On some 
  186.     portable computers, colors instead produce underlining or grey shades.
  187.          (Note: if your soft CR color has the same background as normal text, 
  188.     VDE will adjust its background to match block text as well.)
  189. Border colors - you can select two border (overscan) colors to frame the text: 
  190.     one to operate within VDE, the other to restore on exit to DOS.  Each is 
  191.     one digit from the list above.  Example: to set a white border within VDE, 
  192.     then return to black on exit, enter "70".  To keep a black border at all 
  193.     times enter "00".  (Note: no border is visible under DESQview or 
  194.     UltraVision.)
  195.  
  196. Cursor type (D/B/U) - You can choose the cursor type you want during editing.  
  197.     A full "B"lock cursor is more easily visible on the LCD displays of laptop 
  198.     computers; some prefer "U"nderline.  Choose "D"efault to leave it whatever 
  199.     it was before VDE was run.  (In 40+ line mode, it is always a block.)
  200. Screen size (A-G,blank) - You can choose your default screen size; normally 
  201.     this is BLANK, " ", meaning whatever is in effect when VDE is loaded.  The 
  202.     letter codes have the same meaning as at the AltE command prompt:  "F", 
  203.     for example, automatically changes to 50 lines on entering VDE.
  204.             On VGA: A...G = 20,25,28,33,40,50,57 lines
  205.                 (UltraVision: B,D,F,G = 25,36,50,63)
  206.             On EGA: A...F = 17,25,29,35,43,50    lines
  207.                 (UltraVision: B,D,E,G = 25,34,43,60)
  208. Video board for 132 col mode (N...) - VDE's AltA command (132 column toggle) 
  209.     works only with supported types of video boards.  Choose:
  210.             "A" for ATI (e.g. "EGA Wonder, VGA Wonder")
  211.             "C" for Cardinal VGA (Chips & Tech chipset)
  212.             "D" for Diamond Speedstar Pro SVGA
  213.             "P" for Paradise VGA+
  214.             "T" for Trident SVGA
  215.             "S" for some other SVGA types
  216.          If your video board is not among the brands named, you can experiment 
  217.     to see whether any of these will work; if not, enter "N" for none -- AltA 
  218.     will work only if you are running UltraVision.
  219.          NOTE:  Users of older Paradise VGA boards may need to keep the border 
  220.     color black, to avoid a bug affecting 132 column display colors.
  221. Need to avoid "snow" (Y/N) - Normally No.  Some video boards (like old IBM 
  222.     CGAs) experience ugly "snow" or noise when programs write directly to 
  223.     video memory.  If this happens to you, select "Y", and VDE will time its 
  224.     video access according to horizontal retrace intervals.  (Display speed 
  225.     will be somewhat reduced.)
  226.  
  227. Keyboard type (A/X/T) - Normally "A" for AT; actually, VDE detects whether you 
  228.     have an AT (enhanced) or XT keyboard, and uses the appropriate input.  But 
  229.     some "popup" (TSR) programs do not work properly with AT keyboard input; 
  230.     if you have this problem, set this to "X" for XT.  (F11, F12, and a few 
  231.     other key combinations will not work.)  Finally, the Tandy 1000 uses 
  232.     different scan codes for its F11-F12 keys; set to "T" if you have a Tandy.
  233.  
  234. SPECIAL INSTALLATIONS:
  235.  
  236.      HEWLETT-PACKARD 95/100LX PALMTOP - You could run VDE on these palmtops as 
  237. IBM compatibles, but in screen sizes other than 80x25 you would have to use 
  238. the HP scroll feature to see different parts of the screen.  Choosing one of 
  239. these installations provides direct support for 40x16 and 64x18 modes.
  240.      You can pick the "colors" of your choice in these installations; other 
  241. parameters are preset.
  242.      Note that on LX's, the grey [+],[-] keys will not scroll the screen; on 
  243. the 95LX, the ^[BkSp] command will not work, and the shifted cursor keys 
  244. cannot be used to mark a block.  The 100LX's "zoom" feature should not be used 
  245. while editing.  For extended characters (ASCII 80-FF) to print properly, your 
  246. printer driver must be set to <R>oman8 font, or you must select code page 437 
  247. in the 100LX Setup.  See also remarks on narrow screens under SCREEN SIZE.
  248.      Users whose primary need is for an editor for the LX palmtops should also 
  249. consider the customized "fastWRITE" version of VDE, marketed by ACE 
  250. Technologies.  See VDE.UPD for details.
  251.  
  252.      HEWLETT-PACKARD PORTABLE PLUS - all models.  Do not try this installation 
  253. on any other computer.  All parameters are preset.
  254.  
  255.      OTRONA 8:16 - Only the Otrona model with IBM video emulation will work; 
  256. the standard model 8:16 is not supported.  This installation may also work on 
  257. other older "near-compatibles" with an 80x25 display that lack EGA/VGA BIOS 
  258. compatibility.  All parameters are preset.
  259.  
  260.  
  261. =============================  3. USER MENUBAR  ==============================
  262.  
  263.  
  264.      The "User" menu bar can be configured to your taste: to provide different 
  265. keywords for accessing functions, or to add functions that are not available 
  266. in the existing menu bars.
  267.      VINST can use Installation files to store your installation, menubar, and 
  268. user option settings.  These should have a file type of ".VDI", for ease of 
  269. identification.  VDE can load such files with its AltU command.  VINST can 
  270. access them under the INSTALLATION menu choice.
  271.  
  272. "User" menu bar - The five items on this bar are referred to as {User: item 1- 
  273.     5}.  To define each, you have to provide two things: a "keyword" and the 
  274.     "command" to execute.  (As usual you can just press [Enter] to leave the 
  275.     existing value alone.)
  276.          The keyword appears in the menu bar display, like "Driver" or 
  277.     "preView" in the "Print" menu: it describes what the item will do if 
  278.     selected, and the capital "D" or "V" indicates which key letter must be 
  279.     pressed to select it.  Your keyword can be up to 12 characters long, and 
  280.     must contain exactly ONE capitalized letter (A-Z), which will be the 
  281.     selection key.  (Each of the five entries must use a different key.)  An 
  282.     unused entry may be simply left blank, or filled with "---" if you prefer.
  283.          The command determines the function which will be performed when the 
  284.     item is selected from the menu.  (See COMMAND SUMMARY for a full listing.)  
  285.     Each command consists of one or two keystrokes.  The default user menu 
  286.     includes the sample entry "Autosave", which invokes the command ^KA if you 
  287.     press "A".
  288.          Example: The command ^OE, which makes the cursor line the top line on 
  289.     the screen, is not accessible via existing menu bars.  However, you can 
  290.     easily add this to the User menu bar:
  291.                 For   "{User: item #}"    type    "  make Top  "
  292.                 For   "Command:"          type    "^OE"
  293.     You now have a new MenuBar command, {User:make Top}, which is invoked by 
  294.     pressing ^[Esc],U,T.
  295.  
  296.  
  297. ===============================  4. OPTIONS  =================================
  298.  
  299.  
  300.      You can change a variety of default settings in your copy of VDE, 
  301. according to your taste.  "Default" means the state assumed when VDE is first 
  302. run, or in the absence of any previous user commands.
  303.      VINST can use Installation files to store your installation, menubar, and 
  304. user option settings.  These should have a file type of ".VDI", for ease of 
  305. identification.  VDE can load such files with its AltU command.  VINST can 
  306. access them under the INSTALLATION menu choice.  (Note that the file format 
  307. and screen settings below are defaults, and loading a .VDI file will not 
  308. change settings for files already being edited.)
  309.  
  310. Prompt for filename if none (Y/N) - When you invoke VDE with no filename, 
  311.     should it prompt for one?  Normally No, you get an "untitled" work area.
  312. Autosave interval (min.) - Enter your choice for the interval in minutes.  A 
  313.     value of 0 turns this feature off.
  314. Preserve BAKup files (Y/N) - Should a backup file (.BAK) be kept when you save 
  315.     over an existing file?  Choose "Y" to play safe, "N" to save disk space.
  316. Use ^Z as EOF mark (Y/N) - Should an EOF marker (^Z, 1Ah) be used to mark the 
  317.     end of an ASCII file (modes /A,U,N,C)?  MSDOS software should not require 
  318.     this, but some early programs (like their CP/M predecessors) did still use 
  319.     this convention.
  320. Filetypes to exclude - You can specify six filetypes (or type masks, using "?" 
  321.     wildcards) to "hide" from VDE.  (Originally set to ".COM" and ".EXE".)  
  322.     Such files will not show in the ^KF directory display (unless the filetype 
  323.     is specified explicitly), and cannot be edited.  This is a protection 
  324.     feature, for non-text files which can be damaged by trying to edit them.  
  325.     To leave an entry unused, type "...", NOT blanks.
  326. Default file mode - Which of the file modes (D,A,U,N,C,W,S,P,F,X,M) described 
  327.     in VDE.DOC do you want as the default?  (Originally "D"ocument.)
  328. Auto mode select filetypes - You can specify six filetypes (or type masks, 
  329.     using "?" wildcards) as exceptions to the above default: for example, you 
  330.     could declare all ".ASM" files to default automatically to "N" mode, or 
  331.     all files ".89?" to "W" mode.  To leave an entry unused, type "...".
  332.  
  333. Header on (Y/N) - Should the header (^OQ) start out ON?
  334. Ruler on (Y/N) - Should the ruler (^OT) start out ON?
  335. Function key labels on (Y/N) - Should the key labels (^OU) start out ON?
  336. Insert mode (I/W/O) - Which insert (^V) setting do you want to start out with: 
  337.     Insert, Word insert, or Overstrike (insert off)?
  338. Auto format (Y/N) - Should auto format (^OM) start out ON?
  339. Right justify (Y/N) - Should right justification (^OJ) start out ON?
  340. Double spacing (Y/N) - Should double spacing (^OS) start out ON?
  341. Proportional spacing (Y/N) - Should proportional spacing (^OK) start out ON?
  342. Hard CR/tab display (Y/N) - Should Hard CR/tab display (^OB) start out ON when 
  343.     editing in document modes?
  344. Hyphenation (Y/N) - Should hyphenation (^OH) start out ON in documents?
  345. Ignore case in searches (Y/N) - Do you want string searches (^QF) to be case 
  346.     INsensitive by default?  If Yes, specifying the "I"gnore-case option while 
  347.     using ^QF will force a case SENSITIVE search.)
  348.  
  349. Left and Right margin columns (1-255) - Default margin settings for Document 
  350.     modes.  Set both to 1 to disable wordwrap and reformatting entirely.
  351. Fixed tab display width (4,8,16) - Hard tabs display at fixed column 
  352.     intervals.  (Normally 8;  4, 8, and 16 are the ONLY legal choices.)
  353. Scroll overlap (0-255) - This is the number of lines of overlap between 
  354.     screens when scrolling: the smaller, the larger the scroll.  Originally 2, 
  355.     for a nearly full scroll.  Must be smaller than your screen size!
  356. Align new page with screen (Y/N) - When you use the page find commands ^QI, 
  357.     ^QL, ^QN, do you want the first line at the top of the screen?  Originally 
  358.     No, its position varies, as in an ordinary Find.
  359. Beep on error (Y/N) - Do you want a beep when a VDE error message displays?
  360.  
  361. Cut (AltC) deletes block (Y/N) - Should the block Cut command (AltC) delete 
  362.     the block after copying it into the cut buffer?
  363. [BkSp] destructive (Y/N) - Should the [BackSpace] key delete characters?  
  364.     Originally Yes; if No, it just moves the cursor left.
  365. [Del] deletes at cursor (Y/N) - Should the [Del] key delete the cursor 
  366.     character?  Originally Yes; if No, it deletes the previous one.
  367. [Home,End] go to screen top/bottom (Y/N) - Should [Home,End] move to the top 
  368.     or bottom of the screen?  Originally No, they move to line start or end.
  369.  
  370. Variable tab stops - Enter up to sixteen variable tab stop columns, in 
  371.     ascending order.  Fill unused values with 0.  Originally: 6, 15, 35, 55.
  372.  
  373. Show time as AM/PM (Y/N) - Do you want the time stamp to display in 12 hour 
  374.     format (AM/PM)?  Originally Yes.  If No, the time shows in 24 hour format.  
  375.     (Affects AltT command and ^T in print headers.)
  376. Show date in Euro format (day,mo,yr) (Y/N) - Do you want the date to display 
  377.     in European format?  Originally No, meaning US Format (mo,day,yr).  
  378.     (Affects AltD command and ^D in print headers.)
  379. Show date numerically (Y/N) - Do you want AltD to enter the date numerically 
  380.     (1/15/88)?  Originally No, meaning verbose (January 15, 1988).
  381. Strikeout (^PX) character - Specify the character you want to use for the 
  382.     strikeout effect when printing.  Originally "-"; some prefer "/", etc.
  383.  
  384.  
  385. =========================  5. PRINTER INSTALLATION  ==========================
  386.  
  387.  
  388.      Printers vary enormously.  VDE can accomodate two printer drivers, each 
  389. of which can be installed to take advantage of your printer's special 
  390. features.  (Within VDE, the AltV command can be used to select the driver to 
  391. use when printing.)  You can use these for two different printers, or as two 
  392. different "style sheets" to print in different formats (margins, line spacing, 
  393. etc) on the same printer.  The default installed in VDE is a "SIMPLE" driver 
  394. that can send plain text to any printer, but does not support any print 
  395. controls other than underline and strikeout.  (The "SIMPLE" driver is also 
  396. recommended for many daisy-wheel or typewriter-style printers.)  Many pre- 
  397. defined drivers for other printers can be selected from a menu within VINST.
  398.      One thing you are likely to want to modify is the printer initialization, 
  399. to which you can add codes to modify the default page margins, tab settings, 
  400. etc for your printer.
  401.      Many of the drivers in the VINST menu implement only basic codes for 
  402. print effects like italics and proportional printing; you can, however, modify 
  403. them to your taste, to implement any additional features (fonts, etc) you have 
  404. available.  After choosing a driver from the Menu, return and select "Edit 
  405. current driver".  (To modify the Alternate driver, you must switch it to the 
  406. primary one, then switch it back afterward.)
  407.      An example of a more fully configured driver is "HPLJw/PacPg25in1".  This 
  408. can be used with a Hewlett-Packard LaserJet printer (or compatible) equipped 
  409. with a Pacific Page 25-in-1 cartridge (or any other that provides the fonts 
  410. indicated below).  It offers the following effects:
  411.          CODE  EFFECT
  412.  Normal print  Prestige Elite 10 point font, printer margin set to column 6
  413.           ^OK  Times Roman 10 point proportional font
  414.      ^B,^S,^Y  Boldface, Underline, Italics (all fonts)
  415.         ^T,^V  Superscript, Subscript using 7 point Prestige font
  416.            ^D  switch to proportional Times Roman from Prestige and back
  417.         ^A,^N  switch to Courier 12 point from Prestige and back
  418.            ^Q  Mini Gothic 3.6 point
  419.            ^W  Presentation Bold 18 point
  420.            ^E  Math Elite 10 point
  421.            ^R  return to Prestige from ^Q,^W,^E
  422. The "HP LaserJet 4P" driver is also fully configured, with similar functions 
  423. (using the built-in Courier, Garamond, Gothic, and Albertus fonts).
  424.  
  425.      If your printer is not on the driver menu, but emulates or resembles one 
  426. that is, start out using that driver, and refine it as needed.  Failing this, 
  427. you can start out with the "SIMPLE" driver and, referring to your printer 
  428. manual, install all the necessary codes yourself.  (In this event, please 
  429. consider sending this information so that a new driver can be added to VINST.)  
  430. VDE does not support Adobe Postscript; but you may be able to add the codes to 
  431. switch into your printer manufacturer's native mode, then return to 
  432. Postscript, to your printer initialization and deinitialization (see below).
  433.  
  434.      VINST can use special Printer Driver files to store and retrieve other 
  435. printer definitions.  This makes it easy to save your installation and to pass 
  436. it along to others.  These files should have a type of ".VDP".  When editing 
  437. in VDE, the AltU command may be used to load such a file, putting any number 
  438. of different printer drivers at your disposal.  In VINST, you have the option 
  439. to read in or write out such a file, as well as editing the following values 
  440. individually.
  441.  
  442. Printer ID - Identify the printer you are installing.  (16 characters)
  443. Printer device - Normally "PRN", but you can choose a specific port (like 
  444.     LPT2) if your system has several printers.
  445.  
  446. Extended character set (P/R/N) - Specifies how "extended ASCII" characters 80- 
  447.     FF (graphics or foreign characters) will print.  This depends on the 
  448.     sequence of characters in your printer's fonts.  Your choices are:
  449.        <P>C8 - the standard IBM PC character set.  No translation in printing.
  450.        <R>OMAN8 - an arrangement common in laser printer fonts.  VDE will 
  451.               translate PC graphics into Roman8 equivalents where possible.
  452.        <N>one - your printer doesn't print characters in this range at all.  
  453.               VDE will "emulate" PC graphics, choosing overstruck pairs of 
  454.               standard characters that come close.
  455.     Note that if you are using a non-standard screen font that agrees with 
  456.     your printer font, whatever it may be, you should choose "P".
  457. Printer type (H/F/L/O) - Enter "H" for HP LaserJet or DeskJet compatible, "F" 
  458.     for Epson FX (9 pin) or compatible, "L" for Epson LQ (24 pin) or compat- 
  459.     ible, or "O" for any other type.
  460. Send LF after CR (Y/N) - Normally Yes.  But with a few printers, which manu- 
  461.     facture their own LineFeed on receiving a Return, you will need No here.
  462.  
  463. Page length (0-255) - The number of text lines to print on a page.  An 11" 
  464.     sheet gives 66 lines of print at a standard spacing of 6 lpi; most 
  465.     printers can actually print about 60-64 lines.  Be sure also to leave room 
  466.     on the page for the following margin settings, if used.  Default is 58.
  467. Top margin (0-255) - The number of blank lines to skip as a top margin before 
  468.     printing the number of text lines set above.  Default is 0.
  469. Top margin if header used (0-255) - The number of lines to skip instead as a 
  470.     top margin before printing the header, if one is used.  Default is 0.
  471. Lines to skip between header and text (0-255) - Blank lines to leave between 
  472.     header and text.  Also determines lines between text and bottom page 
  473.     number, if used.  Default is 2.
  474. Left margin (0-255) - Set the number of blank columns to skip as a left 
  475.     margin, shifting the entire printout to the right.  Default is 8.  (Note: 
  476.     most printers offer an Esc command to set an internal left margin in dot- 
  477.     columns or inches.  If you need a left margin, you can get more consistent 
  478.     and reliable results by including such a command in your initialization 
  479.     string.  If you can't do this, install a value here and VDE will print 
  480.     spaces for a margin.)
  481.  
  482.      The following menu choices allow you to modify the codes that are part of 
  483. your printer driver.  For all of these codes, the existing values (if any) 
  484. will display, first in more or less readable "character" form and then as a 
  485. string of hex digits, preceded by the length in parentheses.  Press [Return] 
  486. alone to leave the codes unchanged, or ^[Return] to delete them entirely, or 
  487. enter new codes -- either in hexadecimal, or as character values by pressing 
  488. the single quote ['], then a character.  Note that the double quote ["] will 
  489. duplicate the existing code.  When finished, press [Return].
  490.      Any one string can be up to 127 bytes long; the total available for use 
  491. is about 450 bytes.
  492.  
  493. [A]-Initialization, etc - This is an optional string of code to send to the 
  494.     printer before each print job, usually to set default margins, line 
  495.     spacing, font, etc.  (NOTE: the ^KP command has an option to specify 
  496.     additional codes at print time.  See PRINTING.)
  497. [B]-Deinitialization - This is another string to send after each print job, to 
  498.     restore the printer to the desired state on exit.
  499. [C]-Envelope setup - This string will be sent in place of the usual 
  500.     initialization when you address an envelope with ^KPA (see ENVELOPES).  
  501.     For many printers you will need no special codes here; or, you might find 
  502.     that a linefeed or two, perhaps also a left margin command, is useful to 
  503.     position the print properly on the envelope.  You should use a pica font 
  504.     (fixed, 10 cpi).
  505.          The setup codes in VINST's HP LaserJet drivers assume that you will 
  506.     insert the envelope end-on in the default paper tray, and consequently 
  507.     they use a landscape font (Courier 12).  They do not specify "envelope 
  508.     size" forms, so there is no need to change the form size on the printer 
  509.     panel.  If you are feeding envelopes from a different paper tray, you will 
  510.     have to add codes here to specify this tray.
  511.          You must also be sure that your deinitialization contains any codes 
  512.     necessary to return to the default tray, orientation, etc. after 
  513.     addressing an envelope.  Printing envelopes can be complicated; see your 
  514.     printer manual.
  515. [D]-Proportional (^OK) - Enter the codes needed to produce a proportionally 
  516.     spaced font when you print while in proportional mode (^OK).  Like the 
  517.     "toggles" below, you also need to supply a second string to turn this off 
  518.     and return to fixed spacing afterwards.
  519.  
  520. TOGGLES: [E]-Bold, etc - For six of the seven printer toggles (not ^X), you 
  521.     need to tell VDE the codes to send to your printer to produce the desired 
  522.     effect, then turn it off again.  The conventional meanings of the toggles 
  523.     are:      ^B  boldface         ^Y  italic/ribbon color
  524.               ^D  doublestrike     ^T  superscript
  525.               ^S  underline        ^V  subscript
  526.     but you can use them for anything you want.  Example: Epson FX printers 
  527.     require three-byte sequences to turn continuous underlining on and off:
  528.            Underline on   "Esc - 1"    hex 1B 2D 31   decimal 27 45 49
  529.                     off   "Esc - 0"        1B 2D 30           27 45 48
  530.     You can enter the data in hex or characters, or any mixture thereof:
  531.                    [G]...    :  1B 2D 31      <--- entry in hex format
  532.                    ...and off:  'Esc '- '0    <--- or by characters
  533.     You should find all necessary codes in your printer manual.
  534.          (NOTES: ^PS will underline text by overstriking with "_" if you do 
  535.     not install codes for it.  ^PX requires no installation, but see USER 
  536.     OPTIONS to specify the strikeout character.)
  537.  
  538. SWITCHES: [K]-User1, etc - The same idea, but for switches, which send the 
  539.     same codes every time they are used.  WordStar calls the switches:
  540.           ^Q,W,E,R    "user 1,2,3,4"   (no standard meaning)
  541.           ^A,N        alternate, normal pitch
  542.     But once again, you can use them for different fonts, printer bin 
  543.     selection, or anything else you like.
  544.  
  545.  
  546. =========================  6. DEFAULT FUNCTION KEYS  =========================
  547.  
  548.  
  549.      VDE has a set of 48 Function Keys, invoked by the [F1]...[F12] keys in 
  550. their normal, Shift-, Ctrl-, and Alt- usage, which can have macro definitions 
  551. assigned to them.  The default definitions are those that will be active when 
  552. you first enter VDE.  By changing these, you can easily customize VDE for an 
  553. approximate match to the standard function-key configuration for Wordstar or 
  554. Word Perfect, or to suit any special requirements of your own.  (Any keys 
  555. defined with Esc[ while using VDE will override these defaults.)
  556.  
  557.      VINST can use Function Key Definition files to store function-key sets.  
  558. These should have a file type of ".VDF".  You have the option to read in or 
  559. write out such a file, as well as editing the keys individually.  (VDF files 
  560. can also be read or written with VDE's AltU command, but only VINST can 
  561. display the definitions, or change those in VDE.EXE itself.)
  562.      VINST gives you a display much like this:
  563.  
  564.       Function keys:  (___ bytes free)  <---- note room available
  565.       F1:<>
  566.       F2:<>                             <---- "<>" means undefined
  567.       F3:<>
  568.       F4:< Scan  >[Esc];^C              <---- " Scan  " is key's label
  569.       F5:<>
  570.       F6:<QN>^OL5^M^OR60^M              <---- Quiet, No-repeat key, no label
  571.       F7:<>
  572.       F8:<EscU><Undrln ><N>^PS          <---- "EscU" also invokes this key
  573.       F9:<EscB>< Bold  ><N>^PB
  574.       F10:<QN>^QS[!v]                   <---- "[!v]" means Shift-Downarrow
  575.  
  576. You can select one of several ranges of definitions to display: Normal, 
  577. Shift(!), Ctrl(^), Alt(@), and if you have an Enhanced keyboard, a separate 
  578. additional set of 8 keys for the [F11],[F12] keys in each of those states.  Or 
  579. at any time you can press the [F]-key you want to define, and type in the new 
  580. definition.  While doing this, ^[Break] aborts; ^P must be used to enter 
  581. [Enter] (^M), [BkSp] (^H), or ^P itself.
  582.      The Esc key and special PC keys like PgUp will display by name within 
  583. brackets: [Esc], [>], [PgUp].  Shift, Ctrl, and Alt combinations are indicated 
  584. by "!", "^", and "@", as in "[!v]", "^J", "@D".  Many of these keys cannot be 
  585. entered into a macro definition with VDE's Esc[ command, but they can be 
  586. recorded with Esc", and can be entered in VINST.
  587.      To keep the existing definition, Esc key, label, or Q/N option, just 
  588. press [Enter].  To blank (remove) a definition, press ^[Enter].  To blank an 
  589. existing Esc key, label, or Q/N option, use [Space].
  590.      Any definition can be up to 253 bytes long; the total space available is 
  591. about 2000 bytes.
  592.  
  593.      By default, VDE comes with [F1] installed for command help (^J), [F10] 
  594. for the MenuBar (^[Esc]), and other definitions blank.  Sample function-key 
  595. files are also included; EXAMPLES.VDF contains several macros discussed in 
  596. VDE.REF:
  597.  
  598.    F1:<QN>^QR^N@D^OF                            ;put date at top right
  599.    F2:<QN>^QS^S^S[Esc]= [^D^D                   ;move to start of paragraph
  600.    F3:<QN>[Esc]~.1^S[Esc]1[Esc]~.<^D[Esc]= 2[Esc]=^M2   ;move to start
  601.             ^S^S[Esc]!1[Esc]2^D[Esc]= 2[Esc]=^M2        ;  of sentence
  602.    F4:<QN>^QS^X[Esc]= ][Esc]=^M]^S ^D[Esc]![    ;soften hard-CR paragraph
  603.  
  604. The files WS4.VDF and WP.VDF can be used to define the function keys according 
  605. to the usage of WordStar or Word Perfect.  The WordStar 4 default definitions 
  606. in WS4.VDF are:
  607.  
  608. WS4.VDF      NORMAL      SHIFT        CTRL             ALT
  609.      F1       ^J          ^OB          ^QF         Vertical bar graphic
  610.      F2       ^U          ^OC          ^QA         Horizontal bar
  611.      F3       ^PS                      ^L          Upper-left corner
  612.      F4       ^PB                      ^QI         Upper-right
  613.      F5       ^Y          ^KY          ^OL         Lower-left
  614.      F6       ^T          ^KH          ^OR         Lower-right
  615.      F7                   ^KV                      Upper T graphic
  616.      F8                   ^KC                      Lower T
  617.      F9       ^KS         ^KB          ^QS         Left T
  618.      F10      ^KD         ^KK          ^QD         Right T
  619.  
  620. The WP.VDF file will not "turn VDE into Word Perfect", but it does provide a 
  621. considerable degree of keystroke compatibility.  You can assign any other 
  622. functions desired to unused keys:
  623.  
  624. WP.VDF       NORMAL      SHIFT        CTRL             ALT
  625.      F1       ^U        [^Esc]        AltR
  626.      F2       ^QF         ^QF         AltJ             ^QA
  627.      F3       ^J                     [^Esc]V           ^OD
  628.      F4       ^OG                    [^Esc]B         [^Esc]B
  629.      F5       ^KF        AltD
  630.      F6       ^PB         ^OC                          ^OF
  631.      F7     [^Esc]F       ^KP
  632.      F8       ^PS       [^Esc]S      [^Esc]T         [^Esc]S
  633.      F9
  634.      F10      ^KS       [^Esc]F        Esc"
  635.  
  636.  
  637. ==========================  7. GRAPHICS CHARACTERS  ==========================
  638.  
  639.  
  640.      VDE allows text to contain a limited, but variable, set of 32 characters 
  641. in the range 80-FFh (see FOREIGN CHARACTERS and GRAPHICS).  In addition, the 
  642. code ^Z (1Ah) must be treated as a graphics character.  VINST lets you specify 
  643. your own default graphics set.
  644.      VINST can use Graphic Definition files to store graphic character sets.  
  645. These should have a file type of ".VDG", for ease of identification.  You have 
  646. the option to read in or write out such a file, as well as editing the keys 
  647. individually.  VDE can also write such files with its AltU command.
  648.  
  649.      You will be shown the current definitions, in the same format as the VDE 
  650. Graphics command.  You may select any entry to redefine (A-Z, 1-6) whether 
  651. vacant or not; or, you may clear them all.  In VINST, new graphic codes must 
  652. be entered by hex value, from 80 to FF (and 1A); a full list of graphics 
  653. characters (80-FF) can be displayed for your selection if you need it, by 
  654. typing "?" at the definition prompt.  Simply pressing [Enter] means "free" or 
  655. undefined.
  656.      Note that your Printer Installation determines how graphics will print.
  657.  
  658.  
  659. ===========================  8. CHARACTER WIDTHS  ============================
  660.  
  661.  
  662.      In order to judge the margins correctly when formatting, VDE's 
  663. proportional printing feature (^OK) needs to know how wide each character is 
  664. when it prints.  The default width table, based on a 10-point Times Roman 
  665. font, will probably work fairly well with any proportional font ("m" is wider 
  666. than "i", and so on).
  667.      If you would like to fine-tune this table to correspond to your favorite 
  668. font instead, use VINST to modify the width table as needed: you can select 
  669. each character, then enter its width (in units of 1/360") as a decimal value.
  670.      The easy way to determine these widths is to print out a file with lines 
  671. of 60 of each character.  (Rather than type that out by hand, you can use the 
  672. macro command to repeat each letter 60 times.)  Measure the length of each 
  673. line in inches, and multiply by 6: that is the character width in 1/360".  The 
  674. result is typically between 16 and 48.)
  675.      Note that changing the width table doesn't affect how your printer 
  676. operates -- just how VDE judges the length of each line for reformatting in 
  677. proportional mode.
  678.      VINST can use Character Width files to store width data for the 
  679. proportional font(s) you use.  These should have a file type of ".VDC", for 
  680. ease of identification.  You have the option to read in or write out such a 
  681. file, as well as editing the width table.  VDE can load such files with its 
  682. AltU command.
  683.  
  684.  
  685. ==========================  9. RESTORE DEFAULTS  =============================
  686.  
  687.  
  688.      This option on the VINST menu is provided in the event that you want to 
  689. undo any changes that have been made to your copy of VDE.  This will return 
  690. VDE.EXE to the state it was distributed in: installation for IBM PC; all User 
  691. Options restored to their original defaults; no Function Keys (except, for 
  692. convenience, [F1]=help and [F10]=menu); SIMPLE printer driver; original 
  693. Graphics characters and Character widths.  VINST prompts you to confirm that 
  694. you really want to do this before proceeding.
  695.  
  696.  
  697.  
  698. ===================================[end]======================================
  699.